home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / ROMTagMem.readme < prev    next >
Encoding:
Text File  |  1993-06-27  |  823 b   |  17 lines

  1. Short: Add non-autoconfig mem early to mem list.
  2.  
  3.  Reason:
  4.  -------
  5.  In situations where you have only CHIP memory and non-autoconfig
  6. memory, your system will run faster and have more CHIP memory available
  7. if as many system structures as possible are not in CHIP memory.
  8.  
  9.  In situations where you have an accelerator that does not auto-config
  10. its memory (eg Ronin Hurricane accelerators), or only auto-configs some,
  11. at a lower speed (eg PPI Zeus accelerators), such memory can be faster
  12. than any other memory. The memory is accessed on a wider bus, at a faster
  13. speed, and can be cached by the processor, while some other memory,
  14. notably CHIP, can't. The system will run faster if libraries use the
  15. fastest memory available, and this program makes such memory available
  16. to as much of the actual system software as possible.
  17.